home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / gepackte_disketten / 1993 / 10_93_2.dms / 10_93_2.adf / SAS-Libraries / smakefile next >
Makefile  |  1993-09-27  |  418b  |  21 lines

  1. teststack:  teststack.c stack_pragmas.h
  2.   sc link nostkchk teststack
  3.  
  4. LIBS:stack.library: stack.o stack_lib.fd
  5.   slink with <<
  6. LIBPREFIX _LIB_
  7. LIBFD stack_lib.fd
  8. to LIBS:stack.library
  9. FROM lib:libent.o lib:libinit.o stack.o
  10. lib lib:sc.lib
  11. noicons
  12. SD ND
  13. libversion 1 librevision 0
  14. <
  15.  
  16. stack.o: stack.c stack_pragmas.h
  17.   sc libcode nostkchk stack.c
  18.  
  19. stack_pragmas.h: stack_lib.fd
  20.   fd2pragma stack_lib.fd stack_pragmas.h
  21.